DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / WillEndContextMenuInteraction Method

In This Topic
    WillEndContextMenuInteraction Method (C1TableViewSource<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub WillEndContextMenuInteraction( _
       ByVal tableView As UIKit.UITableView, _
       ByVal configuration As UIKit.UIContextMenuConfiguration, _
       ByVal animator As UIKit.IUIContextMenuInteractionAnimating _
    ) 
    public virtual void WillEndContextMenuInteraction( 
       UIKit.UITableView tableView,
       UIKit.UIContextMenuConfiguration configuration,
       UIKit.IUIContextMenuInteractionAnimating animator
    )

    Parameters

    tableView
    configuration
    animator
    See Also